home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Networking Tools / Transcend Network Supervisor.exe / odbc.inf < prev    next >
Encoding:
INI File  |  2000-07-24  |  4.3 KB  |  185 lines

  1. ; Sample ODBC setup INF file. Refer to the Win32 Setup API for information about the INF File Format.
  2.  
  3.  
  4. ; This section contains the master list that controls what ODBC components will be setup.
  5.  
  6. ; Each line of the section has the following format: 
  7. ;
  8. ;    "Description", Required, Type, CopyFileSectionName[, OdbcParameterSectionName]
  9. ;
  10. ;    Description                    -    String describing what will be setup
  11. ;    Required                    -    Set to "Yes" if component is required to be installed. 
  12. ;                                    Set to "No" if component can optionally be installed
  13. ;                                    Case insensitive.
  14. ;    Type                        -    Type of component. One of the following: "Core",
  15. ;                                    "Driver", "Translator". Case insensitive.
  16. ;    CopyFileSectionName            -    Name of INF Copy Files section that contains the list
  17. ;                                    of files that make up the component
  18. ;    OdbcParameterSectionName    -    Name of optional ODBC parameters section. The
  19. ;                                    parameters in this section are passed as part of the 
  20. ;                                    lpszDriver or lpszTranslator arguments to the ODBC API 
  21. ;                                    SQLInstallDriverEx or SQLInstallTranslatorEx functions.
  22. ;
  23. ; NOTE: Do not change the name of this section.
  24.  
  25. [OdbcSetupContents]
  26. "ODBC Core Files", Yes, Core, OdbcCore.CopyFiles
  27. "Access ODBC Driver", No, Driver, Access.CopyFiles, Access.Parameters
  28. "SQL Server ODBC Driver", No, Driver, SQLServer.CopyFiles, SQLServer.Parameters
  29. "Microsoft Oracle ODBC Driver Version 1", No, Driver, Oracle1.CopyFiles, Oracle1.Parameters
  30. "Microsoft Oracle ODBC Driver Version 2", No, Driver, Oracle2.CopyFiles, Oracle2.Parameters
  31.  
  32. [OdbcCore.CopyFiles]
  33. odbctl32.dll,,,
  34. odbccp32.dll,,,
  35. odbccp32.cpl,,,
  36. odbc32.dll,,,
  37. odbcad32.exe,,,
  38. odbccr32.dll,,,
  39. odbcinst.hlp,,,
  40. odbcinst.cnt,,,
  41. odbctrac.dll,,,
  42. odbcint.dll,,,
  43. odbc16gt.dll,,,
  44. odbc32gt.dll,,,
  45. ds16gt.dll,,,
  46. ds32gt.dll,,,
  47. msvcrt.dll,,,
  48. msvcrt40.dll,,,
  49.  
  50. [Access.CopyFiles]
  51. odbcjt32.dll,,,
  52. odbcji32.dll,,,
  53. odbcjet.hlp,,,
  54. odbcjet.cnt,,,
  55. msjter35.dll,,,
  56. msjint35.dll,,,
  57. msrd2x35.dll,,,
  58. vbajet32.dll,,,
  59. vbar332.dll,,,
  60. msjet35.dll,,,
  61.  
  62. [Access.Parameters]
  63. Name, "Microsoft Access Driver (*.mdb)"
  64. Driver, odbcjt32.dll
  65. Setup, odbcjt32.dll
  66. APILevel, 1
  67. ConnectFunctions, YYN
  68. DriverODBCVer, 02.50
  69. FileUsage, 2
  70. FileExtns, *.mdb
  71. SQLLevel, 0
  72. ConfigDSN, "DSN=MS Access 97 Database|UID=Admin||"
  73.  
  74. [SQLServer.CopyFiles]
  75. sqlsrv32.dll,,,
  76. dbnmpntw.dll,,,
  77. drvssrvr.hlp,,,
  78. instcat.sql,,,
  79.  
  80. [SQLServer.Parameters]
  81. Name, "SQL Server"
  82. Driver, sqlsrv32.dll
  83. Setup, sqlsrv32.dll
  84. SQLLevel, 1
  85. FileUsage, 0
  86. DriverODBCVer, 02.50
  87. ConnectFunctions, YYY
  88. APILevel, 2
  89. CPTimeout, 60
  90.  
  91. [Oracle1.CopyFiles]
  92. msorcl10.dll,,,
  93. msorcl10.hlp,,
  94. msorcl10.cnt,,
  95.  
  96. [Oracle1.Parameters]
  97. Name, "Microsoft ODBC Driver for Oracle Version 1"
  98. Driver, msorcl10.dll
  99. Setup, msorcl10.dll
  100. SQLLevel, 1
  101. FileUsage, 0
  102. DriverODBCVer, 02.50
  103. ConnectFunctions, YYY
  104. APILevel, 2
  105. CPTimeout, 60
  106.  
  107. [Oracle2.CopyFiles]
  108. msorcl32.dll,,,
  109.  
  110. [Oracle2.Parameters]
  111. Name, "Microsoft ODBC Driver for Oracle Version 2"
  112. Driver, msorcl32.dll
  113. Setup, msorcl32.dll
  114. SQLLevel, 1
  115. FileUsage, 0
  116. DriverODBCVer, 03.00
  117. ConnectFunctions, YYY
  118. APILevel, 2
  119. CPTimeout, 60
  120.  
  121.  
  122. ; all files listed in the Copy Files sections above must also be listed in
  123. ; this section 
  124. [SourceDisksFiles]
  125.  
  126. ; ODBC Core 
  127. odbctl32.dll = 1,,
  128. odbccp32.dll = 1,,
  129. odbccp32.cpl = 1,,
  130. odbc32.dll = 1,,
  131. odbcad32.exe = 1,,
  132. odbccr32.dll = 1,,
  133. odbcinst.hlp = 1,,
  134. odbcinst.cnt = 1,,
  135. odbctrac.dll = 1,,
  136. odbcint.dll = 1,,
  137. odbc16gt.dll = 1,,
  138. odbc32gt.dll = 1,,
  139. ds16gt.dll = 1,,
  140. ds32gt.dll = 1,,
  141. msvcrt.dll = 1,,
  142. msvcrt40.dll = 1,,
  143.  
  144. ; Jet ODBC Driver
  145. odbcjt32.dll = 1,,
  146. odbcji32.dll = 1,,
  147. odbcjet.hlp = 1,,
  148. odbcjet.cnt = 1,,
  149. msjter35.dll = 1,,
  150. msjint35.dll = 1,,
  151. msrd2x35.dll = 1,,
  152. vbajet32.dll = 1,,
  153. vbar332.dll = 1,,
  154. msjet35.dll = 1,,
  155.  
  156. ; SQL Server ODBC Driver
  157. sqlsrv32.dll = 1,,
  158. dbnmpntw.dll = 1,,
  159. drvssrvr.hlp = 1,,
  160. instcat.sql = 1,,
  161.  
  162. ; Microsoft Oracle ODBC Driver Version 1
  163. msorcl10.dll = 1,,
  164. msorcl10.hlp = 1,,
  165. msorcl10.cnt = 1,,
  166.  
  167. ; Microsoft Oracle ODBC Driver Version 2
  168. msorcl32.dll = 1,,
  169.  
  170. ;
  171. ; items below this point should not be changed
  172. ;
  173.  
  174. ; Name and ordinal of setup media
  175. [SourceDisksNames]
  176. 1 = "ODBC Setup",,,
  177.  
  178. [DestinationDirs]
  179. DefaultDestDir = 32768    ; DRID_USER - Destination dir is specified at runtime.
  180.  
  181. ; INF file version info
  182. [Version]
  183. signature="$Windows NT$"
  184. ClassGUID={00000000-0000-0000-0000-000000000000}
  185.